GoXam for WPF v3
FindChildNodeKeysForNode Method
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : FindChildNodeKeysForNode Method
Find the list of keys of the children nodes for a node data object.
Syntax
protected virtual IEnumerable FindChildNodeKeysForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

the list of child keys, an System.Collections.IEnumerable of NodeKey
Remarks

This is used for model discovery. This is only called if ChildNodesPath is not an empty string. This method can be overridden in case the ChildNodesPath property path is not flexible enough or fast enough to get the key for a node.

See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members